From 088b050d1a6bdcf1da8909c517d72cfe7e53f523 Mon Sep 17 00:00:00 2001 From: kennytm Date: Mon, 6 Jul 2015 01:57:05 +0800 Subject: [PATCH] Fix minor typo in `cargo rustc --help`. --- src/bin/rustc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/rustc.rs b/src/bin/rustc.rs index ddfca4751..0292d79e7 100644 --- a/src/bin/rustc.rs +++ b/src/bin/rustc.rs @@ -43,7 +43,7 @@ Options: --features FEATURES Features to compile for the package --no-default-features Do not compile default features for the package --target TRIPLE Target triple which compiles will be for - --manifest-path PATH Path to the manifest to fetch depednencies for + --manifest-path PATH Path to the manifest to fetch dependencies for -v, --verbose Use verbose output -q, --quiet No output printed to stdout -- 2.30.2